home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk52 / tutor / tutor_x.me < prev    next >
Text File  |  1995-03-18  |  2KB  |  88 lines

  1. echo "*fPreparing system..."
  2. failat 30
  3. if exists vd0:c
  4.    skip prep
  5. endif
  6. if exists ram:c
  7.    skip prep
  8. else
  9.    makedir ram:q
  10.    copy c:copy ram:q
  11.    assign q: ram:q
  12.    path reset add q:
  13.    copy c:delete q:
  14.    copy c:echo q:
  15.    copy c:makedir q:
  16.    copy c:wait q:
  17.    copy c:rename q:
  18. endif
  19.  
  20. lab prep
  21. echo "Preparing disk..."
  22. if not exists Tutor:
  23.    echo "You forgot to rename your disk.*nThis is unacceptable but not something we can't cope with..."
  24.    echo "*nEnter the number [ONLY]*nof the drive you want Tutor installed on at the LABEL: prompt"
  25.    echo "[sorry, it's not prepared to do any others]*nie: 0, 1, or 2*n"
  26.    skip ?
  27. endif
  28.  
  29. lab 0
  30.    relabel drive df0: name Tutor
  31.    skip continue
  32. lab 1
  33.    relabel drive df1: name Tutor
  34.    skip continue
  35. lab 2
  36.    relabel drive df2: name Tutor
  37.  
  38. lab continue
  39. wait 5
  40. cd Tutor:
  41. rename system/CLI CLI
  42. rename devs/printers/generic devs/generic
  43. delete devs/printers/#? quiet
  44. rename devs/generic devs/printers/generic
  45. delete trashcan#? all quiet
  46. delete preferences.info quiet
  47. rename preferences Tutor:c/preferences
  48. delete empty#? all quiet
  49. delete system#? all quiet
  50. delete utilities#? all quiet
  51. delete expansion#? all quiet
  52. delete demos#? all quiet
  53. delete clock#? quiet
  54. delete devs/keymaps all quiet
  55. makedir Examples
  56. makedir Examples/First
  57.    copy ram:Hi_there Examples/First
  58.    copy ram:text Examples
  59. makedir Film
  60.    copy ram:black-2 film
  61.    copy ram:CLI.film film
  62.    copy ram:projector film
  63.    copy ram:tutor.pic film
  64. copy ram:cls Tutor:c
  65. copy ram:winsize Tutor:c
  66. copy ram:Reader Tutor:c
  67. copy ram:pmt Tutor:s
  68. copy ram:sb Tutor:s/Sample_Batch
  69. copy ram:ss Tutor:s/startup-sequence
  70. copy ram:sc Tutor:devs/system-configuration
  71. copy ram:c1 Tutor:CLI_tutorial.1
  72. copy ram:c2 Tutor:CLI_tutorial.2
  73. copy ram:c3 Tutor:CLI_tutorial.3
  74. copy ram:c4 Tutor:CLI_tutorial.4
  75. copy ram:c5 Tutor:CLI_tutorial.5
  76. copy ram:c6 Tutor:CLI_tutorial.6
  77. copy ram:ci Tutor:CLI_tutorial.intro
  78. copy ram:WB_axe Tutor:
  79. copy ram:disk.info Tutor:
  80. copy ram:.info Tutor:
  81. copy ram:Only.info Tutor:
  82. echo "*nOK, the disk is ready.*nYou should re-boot now to use it."
  83. echo "Remember, if you have anything important in ram:*nSave it first!"
  84. if exists ram:q
  85.    assign q:
  86.    delete ram:q all quiet
  87.    endif
  88.